-- card: 3791 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3920 -- name: AboutÉ ----- HyperTalk script ----- on openCard hide message end openCard -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=14 top=37 right=216 bottom=233 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=426 top=306 right=334 bottom=463 -- title width / last selected line: 0 -- icon id / first selected line: 1012 / 1012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close go to first card end mouseUp -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=242 top=37 right=231 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 6 (field) -- low flags: 01 -- high flags: 2000 -- rect: left=1 top=227 right=338 bottom=157 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 256 -- line height: 13 -- part name: -- part 7 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=20 top=21 right=38 bottom=224 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 8 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=270 top=21 right=38 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 9 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=145 top=234 right=299 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part 10 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=296 top=295 right=342 bottom=402 -- title width / last selected line: 0 -- icon id / first selected line: 19678 / 19678 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: More ----- HyperTalk script ----- on mouseUp go to card id 2219 end mouseUp -- part contents for card part 1 ----- text ----- --this script imports a text file with fields separated by tabs and records separated by carriage returns. When importing data, it deletes any leading and trailing quotes ("). The beginnig card has 13 fields prepared for data, which should cover most imported data files. After the import, the user can alter the background and fields. -- part contents for card part 3 ----- text ----- --this script uses the the first record of a mail merge file (giving the names of the corresponding fields) to name each background field. For straight text files, the user can edit the textfile to include field names, separated by tabs, such as in the example below (exported datafiles could be surrounded by quotes if a field contains commas). After setting the field names, the script chooses the field tool to allow the user to resize the fields, etc. -- part contents for card part 6 ----- text ----- dbImporter by: Ted Tripp 4588 CR 523 Bayfield, CO 81122 303-884-9366 CIS# 76146,1410 please send me $2 for the use of this stack. -- part contents for card part 7 ----- text ----- Import Data Base -- part contents for card part 8 ----- text ----- Set Field Names -- part contents for card part 9 ----- text ----- Company * Address * City_State_Zip * Telephone * Contact¶ Heizer Software * "1941 Oak Park Blvd, Suite 30" * "Pleasant Hills, CA 945231" * 415-943-7667 * Ray¶ Ted Tripp * 4588 CR 523 * "Bayfield, CO 81122" * 303-884-9366 *Ted¶ (tabs are indicated by * , HyperCard will not show tabs)